Doc improvements
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 17 Sep 2008 15:13:15 +0000 (15:13 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 17 Sep 2008 15:13:15 +0000 (15:13 +0000)
svn path=/trunk/; revision=21412

ChangeLog
gtk/gtkprintsettings.c

index cfa21eaed89cf07503499fed7140a90bbb95dfe2..4c52e8d6407721db34126dfcd823388d8d64745d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-09-17  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 552500 – GtkPrintSettings API doc not precise enough
+
+       * gtk/gtkprintsettings.c: Documentation improvements. Suggested
+       by Guillaume Cottenceau
+
 2008-09-17  Matthias Clasen  <mclasen@redhat.com>
 
        Bug 552107 – Small libtool fixes
index e34e0dd6a1ea0a8013518934578b01d77ba15f36..18eb08412888570ea9a982e5975e98107b8f27a5 100644 (file)
@@ -1635,7 +1635,8 @@ gtk_print_settings_new_from_file (const gchar  *file_name,
  * gtk_print_settings_load_key_file:
  * @settings: a #GtkPrintSettings
  * @key_file: the #GKeyFile to retrieve the settings from
- * @group_name: the name of the group to use
+ * @group_name: the name of the group to use, or %NULL to use the default
+ *     "Print Settings"
  * @error: return location for errors, or %NULL
  * 
  * Reads the print settings from the group @group_name in @key_file. 
@@ -1693,7 +1694,8 @@ gtk_print_settings_load_key_file (GtkPrintSettings *settings,
 /**
  * gtk_print_settings_new_from_key_file:
  * @key_file: the #GKeyFile to retrieve the settings from
- * @group_name: the name of the group to use
+ * @group_name: the name of the group to use, or %NULL to use
+ *     the default "Print Settings"
  * @error: return location for errors, or %NULL
  *
  * Reads the print settings from the group @group_name in @key_file.